home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part1 / cat5 / dtsi.5 < prev    next >
Text File  |  1999-09-16  |  762b  |  67 lines

  1.  
  2.  
  3.  
  4. dtsi(1)                        Scilab Function                        dtsi(1)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   dtsi - stable anti-stable decomposition
  13.  
  14. CALLING SEQUENCE
  15.   [Ga,Gs,Gi]=dtsi(G,[tol])
  16.  
  17. PARAMETERS
  18.  
  19.   G       : linear system (syslin list)
  20.  
  21.   Ga      : linear system (syslin list) antistable and strictly proper
  22.  
  23.   Gs      : linear system (syslin list) stable and strictly proper
  24.  
  25.   Gi      : real matrix (or polynomial matrix for improper systems)
  26.  
  27.   tol     : optional parameter for detecting stables poles. Default value:
  28.           100*%eps
  29.  
  30. DESCRIPTION
  31.   returns the stable-antistable decomposition of G:
  32.  
  33.   G = Ga + Gs + Gi,  (Gi = G(oo))
  34.  
  35.   G can be given in state-space form or in transfer form.
  36.  
  37. SEE ALSO
  38.   syslin, pbig, psmall, pfss
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.